projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a51cf3
)
(Finsert_file_contents): Use xfree.
author
Dave Love
<fx@gnu.org>
Sun, 7 Mar 1999 15:53:09 +0000
(15:53 +0000)
committer
Dave Love
<fx@gnu.org>
Sun, 7 Mar 1999 15:53:09 +0000
(15:53 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index f063c956c015445758158a56b47748745deeecbc..17b83f63735ab70df65feb1d30c1ba3b7e5fb45f 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-3766,7
+3766,7
@@
actually used.")
if (lseek (fd, XINT (beg), 0) < 0)
{
- free (conversion_buffer);
+
x
free (conversion_buffer);
report_file_error ("Setting file position",
Fcons (orig_filename, Qnil));
}